3.14.69 \(\int \frac {2+3 x}{(1-2 x) (3+5 x)^2} \, dx\)

Optimal. Leaf size=32 \[ -\frac {1}{55 (5 x+3)}-\frac {7}{121} \log (1-2 x)+\frac {7}{121} \log (5 x+3) \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 32, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.050, Rules used = {77} \begin {gather*} -\frac {1}{55 (5 x+3)}-\frac {7}{121} \log (1-2 x)+\frac {7}{121} \log (5 x+3) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(2 + 3*x)/((1 - 2*x)*(3 + 5*x)^2),x]

[Out]

-1/(55*(3 + 5*x)) - (7*Log[1 - 2*x])/121 + (7*Log[3 + 5*x])/121

Rule 77

Int[((a_.) + (b_.)*(x_))*((c_) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandIntegran
d[(a + b*x)*(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] && NeQ[b*c - a*d, 0] && ((ILtQ[
n, 0] && ILtQ[p, 0]) || EqQ[p, 1] || (IGtQ[p, 0] && ( !IntegerQ[n] || LeQ[9*p + 5*(n + 2), 0] || GeQ[n + p + 1
, 0] || (GeQ[n + p + 2, 0] && RationalQ[a, b, c, d, e, f]))))

Rubi steps

\begin {align*} \int \frac {2+3 x}{(1-2 x) (3+5 x)^2} \, dx &=\int \left (-\frac {14}{121 (-1+2 x)}+\frac {1}{11 (3+5 x)^2}+\frac {35}{121 (3+5 x)}\right ) \, dx\\ &=-\frac {1}{55 (3+5 x)}-\frac {7}{121} \log (1-2 x)+\frac {7}{121} \log (3+5 x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 30, normalized size = 0.94 \begin {gather*} \frac {1}{605} \left (-\frac {11}{5 x+3}-35 \log (5-10 x)+35 \log (5 x+3)\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(2 + 3*x)/((1 - 2*x)*(3 + 5*x)^2),x]

[Out]

(-11/(3 + 5*x) - 35*Log[5 - 10*x] + 35*Log[3 + 5*x])/605

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {2+3 x}{(1-2 x) (3+5 x)^2} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(2 + 3*x)/((1 - 2*x)*(3 + 5*x)^2),x]

[Out]

IntegrateAlgebraic[(2 + 3*x)/((1 - 2*x)*(3 + 5*x)^2), x]

________________________________________________________________________________________

fricas [A]  time = 1.35, size = 37, normalized size = 1.16 \begin {gather*} \frac {35 \, {\left (5 \, x + 3\right )} \log \left (5 \, x + 3\right ) - 35 \, {\left (5 \, x + 3\right )} \log \left (2 \, x - 1\right ) - 11}{605 \, {\left (5 \, x + 3\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)/(1-2*x)/(3+5*x)^2,x, algorithm="fricas")

[Out]

1/605*(35*(5*x + 3)*log(5*x + 3) - 35*(5*x + 3)*log(2*x - 1) - 11)/(5*x + 3)

________________________________________________________________________________________

giac [A]  time = 0.89, size = 25, normalized size = 0.78 \begin {gather*} -\frac {1}{55 \, {\left (5 \, x + 3\right )}} - \frac {7}{121} \, \log \left ({\left | -\frac {11}{5 \, x + 3} + 2 \right |}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)/(1-2*x)/(3+5*x)^2,x, algorithm="giac")

[Out]

-1/55/(5*x + 3) - 7/121*log(abs(-11/(5*x + 3) + 2))

________________________________________________________________________________________

maple [A]  time = 0.01, size = 27, normalized size = 0.84 \begin {gather*} -\frac {7 \ln \left (2 x -1\right )}{121}+\frac {7 \ln \left (5 x +3\right )}{121}-\frac {1}{55 \left (5 x +3\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((3*x+2)/(1-2*x)/(5*x+3)^2,x)

[Out]

-1/55/(5*x+3)+7/121*ln(5*x+3)-7/121*ln(2*x-1)

________________________________________________________________________________________

maxima [A]  time = 0.49, size = 26, normalized size = 0.81 \begin {gather*} -\frac {1}{55 \, {\left (5 \, x + 3\right )}} + \frac {7}{121} \, \log \left (5 \, x + 3\right ) - \frac {7}{121} \, \log \left (2 \, x - 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)/(1-2*x)/(3+5*x)^2,x, algorithm="maxima")

[Out]

-1/55/(5*x + 3) + 7/121*log(5*x + 3) - 7/121*log(2*x - 1)

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 18, normalized size = 0.56 \begin {gather*} \frac {14\,\mathrm {atanh}\left (\frac {20\,x}{11}+\frac {1}{11}\right )}{121}-\frac {1}{275\,\left (x+\frac {3}{5}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(3*x + 2)/((2*x - 1)*(5*x + 3)^2),x)

[Out]

(14*atanh((20*x)/11 + 1/11))/121 - 1/(275*(x + 3/5))

________________________________________________________________________________________

sympy [A]  time = 0.13, size = 26, normalized size = 0.81 \begin {gather*} - \frac {7 \log {\left (x - \frac {1}{2} \right )}}{121} + \frac {7 \log {\left (x + \frac {3}{5} \right )}}{121} - \frac {1}{275 x + 165} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)/(1-2*x)/(3+5*x)**2,x)

[Out]

-7*log(x - 1/2)/121 + 7*log(x + 3/5)/121 - 1/(275*x + 165)

________________________________________________________________________________________